Skip to main content

Webhook events

purchase_orders.update

Sent when there is an update to a purchase order. Typically this will be when products are matched to a purchase order during storing. This will inform that some of the items in the purchase order have been received.

See /api/purchase-order-update-example for payload details.

purchase_orders.sync

Received when the user requests a purchase order sync. Useful if you have no automatic mechanism to sync purchase orders with pio but would like the user to be able to fetch changes when they know some are missing from pio.

See /api/purchase-order-sync-example for payload details.